net.netFD.addrFunc (method)
12 uses
net (current package)
fd_unix.go#L189: netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
file_unix.go#L59: laddr := fd.addrFunc()(lsa)
file_unix.go#L60: raddr := fd.addrFunc()(rsa)
sock_posix.go#L141: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(crsa))
sock_posix.go#L143: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(rsa))
sock_posix.go#L145: fd.setAddr(fd.addrFunc()(lsa), raddr)
sock_posix.go#L177: fd.setAddr(fd.addrFunc()(lsa), nil)
sock_posix.go#L224: fd.setAddr(fd.addrFunc()(lsa), nil)
sockaddr_posix.go#L36: func (fd *netFD) addrFunc() func(syscall.Sockaddr) Addr {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |